home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Sunday Times: Parent Power
/
The Sunday Times - Parent Power.iso
/
pc
/
engine
/
engine.swf
/
scripts
/
DefineButton2_320
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-03
|
314 b
|
9 lines
on(release){
gotoAndStop("init");
var node = downloads.byPath("generic");
var file = node.byPath("collins_products").getText();
var osPermissions = 3;
var fileOrFolder = "file";
getURL("lingo:Flsh_downloadAsset(\"" + file + "\",\"" + osPermissions + "\",\"" + fileOrFolder + "\")","");
}